From 991b782b75b2247d3d3a9ed72ee859dc4cb0d66e Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Sat, 13 Aug 2011 15:21:09 +0200 Subject: [PATCH] Fix incomplete > entities in docs. --- gtk/gtkcomboboxtext.c | 4 ++-- gtk/gtkfilefilter.c | 6 +++--- gtk/gtkrecentfilter.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index f1102cb1af..95db4800fc 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -53,8 +53,8 @@ * GtkComboBoxText as GtkBuildable * * The GtkComboBoxText implementation of the GtkBuildable interface - * supports adding items directly using the <items> element - * and specifying <item> elements for each item. Each <item> + * supports adding items directly using the <items> element + * and specifying <item> elements for each item. Each <item> * element supports the regular translation attributes "translatable", * "context" and "comments". * diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 4fdc624633..dec3f2d670 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -43,9 +43,9 @@ * GtkFileFilter as GtkBuildable * * The GtkFileFilter implementation of the GtkBuildable interface - * supports adding rules using the <mime-types>, <patterns> and - * <applications> elements and listing the rules within. Specifying - * a <mime-type> or <pattern> is the same + * supports adding rules using the <mime-types>, <patterns> and + * <applications> elements and listing the rules within. Specifying + * a <mime-type> or <pattern> is the same * as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern() * * diff --git a/gtk/gtkrecentfilter.c b/gtk/gtkrecentfilter.c index 07a4a0a6b8..6aff08f2bd 100644 --- a/gtk/gtkrecentfilter.c +++ b/gtk/gtkrecentfilter.c @@ -46,9 +46,9 @@ * GtkRecentFilter as GtkBuildable * * The GtkRecentFilter implementation of the GtkBuildable interface - * supports adding rules using the <mime-types>, <patterns> and - * <applications> elements and listing the rules within. Specifying - * a <mime-type>, <pattern> or <application> is the same + * supports adding rules using the <mime-types>, <patterns> and + * <applications> elements and listing the rules within. Specifying + * a <mime-type>, <pattern> or <application> is the same * as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern() * or gtk_recent_filter_add_application(). * -- 2.30.2